-
Notifications
You must be signed in to change notification settings - Fork 619
feat: Support ERC-6492 signature verification on zksync chains #5440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support ERC-6492 signature verification on zksync chains #5440
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
fdafa5e to
60a8d18
Compare
🦋 Changeset detectedLatest commit: d6fde76 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
size-limit report 📦
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5440 +/- ##
==========================================
- Coverage 45.53% 45.52% -0.01%
==========================================
Files 1070 1070
Lines 55690 55707 +17
Branches 4033 4031 -2
==========================================
+ Hits 25356 25360 +4
- Misses 29647 29660 +13
Partials 687 687
*This pull request uses carry forward flags. Click here to find out more.
|
60a8d18 to
d6fde76
Compare

Problem solved
Fixes CNCT-2383
PR-Codex overview
This PR focuses on enhancing signature verification for ERC-6492 on the zksync blockchain, improving error handling, and adjusting the verification logic to accommodate zksync-specific requirements.
Detailed summary
verify-signature.tsandverify-hash.ts.ZKSYNC_VALIDATOR_ADDRESSconstant.verificationDatalogic to handle zksync chains.verifyHashto usehexToBool.